home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / blitzbasic / blitz-list200994.lha / blitz-list / text0107.txt < prev    next >
Encoding:
Text File  |  1994-09-20  |  995 b   |  24 lines

  1. >played... The reason our med player is only called once per frame (50 H
  2. >is because to sync everything up nicely you do not want interupts going
  3. >off at anything except in sync with the Amiga frame rate...
  4.  
  5. Hmm....I don't know if MED has a DMA function, I'll check though.  As
  6. for your MED player, if it is only called once every 50th (which is
  7. normal) how come it plays the module so slowly?  Like I said before,
  8. I'd need 3 PlayMeds in a row and then the VWait to get close to the
  9. normal speed (but still NOT normal speed!)
  10.  
  11. How do other module players play modules?  They undoubtedly have an
  12. interrupt every 50th Vblank and they sound ok.  Hmm.
  13.  
  14. You said that other users had created their own module players?
  15. Then can you tell me what is involved in creating my own?  I have the
  16. source code (in ML) for a ProTracker player.  Can I somehow
  17. incorporate this player in Blitz ][ and play my mods through it
  18. all the while continuing through the rest of the program?
  19.  
  20. Much appreciation.
  21. Nelson.
  22.  
  23.  
  24.